|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.hci.HCIModelAdapter
com.highdeal.chrono.hci.BaseChronologyModel<RangeTableRowPeriodObjectModel>
com.highdeal.rangetable.hci.CommonRangeTableModel
com.highdeal.rangetable.hci.RangeTableModel
public class RangeTableModel
This Java class represents a range table that is an instance of a range table class;
It contains rows with the upper bound and output column filled.
RangeTableClassModelThe XML APIs specify the following XSD fragment:
XSD Fragment
<xs:complexType name="RangeTableType">
<xs:complexContent>
<xs:extension base="CommonRangeTableType">
<xs:attribute name="owner" type="xs:string" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Field Summary | |
|---|---|
static java.lang.String |
OWNER_TAG_NAME
The XML tag name of the range table model attributes |
static java.lang.String |
TAG_NAME
The XML tag name of this data model: "rangeTable" |
| Constructor Summary | |
|---|---|
RangeTableModel()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOwner()
Gets the owner of the range table; The range table and range table class used must have the same owner. |
java.lang.String |
getTagName()
Gets the XML tag name of the HCI model. |
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object. |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being processed. |
void |
setOwner(java.lang.String owner)
Sets the owner of the range table; The range table and range table class used must have the same owner. |
| Methods inherited from class com.highdeal.rangetable.hci.CommonRangeTableModel |
|---|
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, marshalChildren, setDescription, setId, setRangeTableClassId |
| Methods inherited from class com.highdeal.chrono.hci.BaseChronologyModel |
|---|
getPeriod, getPeriods |
| Methods inherited from class com.highdeal.hci.HCIModelAdapter |
|---|
marshal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TAG_NAME
public static final java.lang.String OWNER_TAG_NAME
| Constructor Detail |
|---|
public RangeTableModel()
| Method Detail |
|---|
public java.lang.String getOwner()
getOwner in interface ICatalogObjectpublic void setOwner(java.lang.String owner)
owner - The owner to set up to the range tablepublic void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallablesetAttributes in class CommonRangeTableModelatts - The XML attributes of the current elementpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallable
marshalAttributes in interface IXMLMarshallablemarshalAttributes in class CommonRangeTableModeloutput - The XML output to marshal the object attributes intopublic java.lang.String getTagName()
ITagNameProvider
getTagName in interface ITagNameProvidergetTagName in class BaseChronologyModel<RangeTableRowPeriodObjectModel>
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||